home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 48
/
Amiga Format CD48 (1999-12-13)(Future Publishing)(GB)(Track 1 of 2)[!][issue 2000-01].iso
/
-websites-
/
wirenet
/
files
/
thor25_arexx.lha
/
FSE
/
forward.fse
< prev
next >
Wrap
Text File
|
1995-09-06
|
259b
|
17 lines
/* Custom-quoting */
delete = '7F'x
options results
ISFIRSTCALL
if (result = 'ON') then do
SENDER
if (result ~= "") then do
name = result
INSERTLINES 2
SENDERDATE
INSERTINPUT name||" wrote "||result||" the following:"||delete
end
end